home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / pong32.zip / PONG.NEW < prev    next >
Text File  |  1993-03-01  |  7KB  |  196 lines

  1.  
  2.                               -=( What's new )=-
  3.  
  4. Version 3.2
  5.  
  6. - RA 1.20 update.
  7. - Added german language with special thanks to the translator!
  8.  
  9.  
  10. Version 3.1
  11.  
  12. - The SBBS and QBBS support is tested too now, so I thought it would be
  13.   time for a minor update. All the differences are 99% internal.
  14.  
  15.  
  16. Version 3.0
  17.  
  18. - RELEASE!
  19.  
  20. Version 3.0 Beta B
  21.  
  22. - At last I got the bug which made the multilanguage support under SBBS
  23.   non existing! It should work now!
  24.  
  25. - Updated for RA 1.10 support. The Extention of the language files should
  26.   be the same as the first 3 characters of the RAL file! f.e. if the user
  27.   uses HOLLANDS.RAL, Pong searches for PONG.HOL, PongHelp.hol etc.
  28.  
  29. - The -L: Parameter is no longer needed and is removed again..
  30.  
  31. Version 3.0 Beta A
  32.  
  33. - Only minor details. Added an HI screen and had to add a pause option in the
  34.   ansi files.
  35.  
  36. - Cleaned up the code somewhat
  37.  
  38. Version 3.0 Beta 9
  39.  
  40. - More bugs in SBBS support solved...
  41.  
  42. Version 3.0 beta 8
  43.  
  44. - Solved some bugs in the SBBS support..
  45.  
  46.  
  47. Version 3.0 Beta 7
  48.  
  49. - Solved (hopefully) a little bug in the auto-ansi detection. Ansi was
  50.   detected, but AFTER initializing for ANSI/AVATAR codes...;-)
  51. - Changed the version to 3.0 I wanted to do that before but forgot.
  52. - Added QBBS support for QBBS 2.75
  53. - Added some more info to the sysop statusline. Keys F6 and F7
  54.   display the users handle, his birthday and age. (if known!)
  55. - Forgot to take out the hardcoded "End of game" window..
  56.  
  57. Version 2.3 beta 6
  58.  
  59. - Finished some left loose ends in the language support. See the
  60.   LANGUAGE.DOC file in the SLANG.ZIP archive.
  61.  
  62. Version 2.3 Beta 5
  63.  
  64. - Added multilanguage support. Note that some filenames have changed.
  65.   (Not to mention the contents..)
  66.  
  67.     PONGHELP.<Language> contains the help
  68.     <Language>.DEF      contains the language description
  69.     PONG.<Language>     contains the language info for pong
  70.  
  71.   The easiest way to upgrade is to delete all old files except for the
  72.   PONG.HOF file.
  73.  
  74.   Use the new -L: parameter to define the language you want to use for
  75.   RA systems. On an SBBS system, the language definition extention should
  76.   be the first 3 characters of the accompanion LNG file. So HOLLAND.LGN
  77.   needs the files PONG.HOL and PONGHELP.HOL.
  78.  
  79.   Default is ENGLISH (*.ENG) in all cases.
  80.  
  81. - Changed some things in showing the HELP file.. Look and shiver..;-)
  82.  
  83.  
  84. Version 2.2 Beta 4
  85.  
  86. - Added ansi detection. When a user logs on to the program and doesn't
  87.   has ANSI or AVATAR set, the program checks if he realy doesn't has
  88.   ANSI. (For those users who turn if off for speed..)
  89.  
  90. - Changed the code for showing textfiles a little. The Helpfile is
  91.   full color now...
  92.  
  93.  
  94. Version 2.2 Beta 3
  95.  
  96. - Changed default delay back to 90
  97. - Changed the buffer clearing code. Hopefully this solves the hanging errors.
  98.  
  99. Version 2.2 Beta 2
  100.  
  101. - Added a delay parameter. Use it like:
  102.  
  103.    -DELAY:80
  104.  
  105.   80 is the time in 1000th of seconds to wait between every ball/bat check.
  106.   the former default was 80 (Pong 2.2b1) and is now 100.
  107.   Only use it if the game is to fast.. This delay is only applied at speeds
  108.   >= 2400Bps
  109.  
  110.  
  111. Version 2.1
  112.  
  113. - Nothing special, I'm just experimenting with multi-BBS support. Thisone
  114.   has support for SBBS 1.11 as well as RA. Read the SBBS.DOC for info if
  115.   you're running an SBBS system.
  116.  
  117.  
  118. Version 2.0 (The last public release)
  119.  
  120.   First of all:
  121.  
  122.                 !!!!! DELETE the OLD RA-PONG.HOF file   !!!!!!
  123.  
  124.   And read this newfile OR the docu, the -T: parameter has changed!!
  125.   (And some other things too!)
  126.  
  127. - I rewrote most of my RADoor library, and so I needed to test the new
  128.   routines on a program. RA-Pong is one of the first results of this labor.
  129.   This means a set of new -EXTRA- features besides the new ones!!
  130.  
  131.   * More controle for the sysop.
  132.  
  133.         Adjustment of the users time
  134.         LockOut or Hangup on a user
  135.         Warn sysop on return (to bbs) option
  136.         Smoother statusline
  137.  
  138.   * Warnings when the user gets below the 3 minutes onlinetime
  139.   * Better carrier checking, time checking and much more.. (altough you
  140.     willnot see all of it..;)
  141.   * RAdoor can now easier support other BBS programs. If you're not an RA
  142.     sysop, but use some other BBS.. Who know, you may be using the door
  143.     in you native environment one of these days..
  144.   * RApong (and all my doors from now on) support the RA brackets. This seems
  145.     to be liked special by scandinavian people..
  146.   * Found that the local screen driver unit didn't honor RA's monomode
  147.     flag when using ansi.
  148.  
  149. - While working on it, I changed the way RA-pong handles the remote cursor
  150.   controle a little. RA-pong should play smoother now on lower baudrates.
  151.   (It certainly does at 2400!!)
  152.  
  153. - Added a Bonus Time toggle. If you put the paramter -BONUS:<Time> on the
  154.   commandline, the player gets <TIME> minutes extra for every level he
  155.   reaches.
  156.  
  157. - ALL the parameters are optional now! (Of course, if you run multiline, you
  158.   should still use the -N:*N and probably the -P:*P) The meaning of the
  159.   -T: parameter has changed. RA-pong gets the usertime info from the
  160.   exitinfo.bbs now, which can be overruled by the -T: parameter. So if
  161.   your users have 60 minutes daily, but you don't want them to hang around
  162.   in silly doors like thisone, just add a -T:20 and after 20 minutes the
  163.   user is thrown out.. Of course he can start the game again.. But still..;-)
  164.  
  165. - The helpfile has an other extention now! .NL for the dutch version,
  166.   .ENG for the english version... This is especial for dutch users who
  167.   switch between languages.. (And maybe a first step to multilangual
  168.   doors..)
  169.  
  170. - The Hall of Fame changed a bit.. Make sure to delete the old one before
  171.   running the new version. First of all I made it a little bigger, it has
  172.   15 entries now. Second I changed the routines in such a way that a user
  173.   can be in the HOF only ONCE! Only his highest score is shown. This
  174.   prefents the HOF of getting full of scores of good players trying to
  175.   become KING..
  176.  
  177. - Solved a little bug in the local music. Between two sounds/tunes the
  178.   status wasn't reset to default. This resulted in funny noises at the
  179.   start of end of sounds.
  180.  
  181. - Probably I did forget some things.. A lot has changed..
  182.  
  183.  
  184. Version 1.6
  185.  
  186. - A little bug which caused the screen to blank local when the user turned
  187.   music on is solved (I think..;)
  188.  
  189. - Changed the #13 at the end of the music into a #14. Both seem to be used
  190.   but my own commpackage uses #14..
  191.  
  192. - The 'fogg' for the higher levels switched patterens now.
  193.  
  194. - The F9 key is usable all the time now... (not that that's very usefull but
  195.   at least it's consistent with the rest of my programs..)
  196.